LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Contains Method (DictionaryWithEvents<TKey,TValue>)







The item to locate in the IDictionary.
Determines whether the IDictionary contains an element with the specified item.
Syntax
public bool Contains( 
   KeyValuePair<TKey,TValue> item
)
'Declaration
 
Public Function Contains( _
   ByVal item As KeyValuePair(Of TKey,TValue) _
) As Boolean
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim item As KeyValuePair(Of TKey,TValue)
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   KeyValuePair<TKey,TValue> item
)
 function Leadtools.Medical.Workstation.DictionaryWithEvents.Contains( 
   item 
)
public: bool Contains( 
   KeyValuePair<TKey*,TValue*> item
) 
public:
bool Contains( 
   KeyValuePair<TKey*,TValue*> item
) 

Parameters

item
The item to locate in the IDictionary.

Return Value

true if the IDictionary contains an item with the specified key; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.